home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000469_robv@sara.nl_Wed Apr 6 12:49:31 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from vax2.sara.nl by cs.umb.edu with SMTP id AA26573
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 6 Apr 1994 10:22:59 -0400
  3. Received: from horus.sara.nl by SARA.NL (PMDF V4.2-15 #2498) id
  4.  <01HAUORK8IXS8Y7DIF@SARA.NL>; Wed, 6 Apr 1994 10:49:38 +0100
  5. Received: by horus.sara.nl (AIX 3.2/UCB 5.64/4.03) id AA87279; Wed,
  6.  6 Apr 1994 10:49:31 +0200
  7. Date: Wed, 06 Apr 1994 10:49:31 +0200
  8. From: robv@sara.nl (Rob V. van Zanten)
  9. To: tex-k@cs.umb.edu
  10. Message-Id: <9404060849.AA87279@horus.sara.nl>
  11. X-Envelope-To: tex-k@cs.umb.edu
  12. Content-Transfer-Encoding: 7BIT
  13.  
  14. Subject: Error in xdvik-1.7
  15.  
  16. 1.
  17.   Execution of xdvi processing of an eps-file (i.e. correct \special
  18.   commands) may abort.  In an IBM RS6000 environment xdvi aborts with
  19.   'Segmentation fault (core dumped)'.
  20.  
  21.   The problem is solved when in xdvik-1.7/xdvik/epsf.c near line 247:
  22.  
  23.   name = kpse_path_search (kpse_init_path (NULL, DEFAULT_FIG_PATH,
  24.                                            KPSE_TEX_ENVS),
  25.  
  26.   is replaced by:
  27.  
  28.   name = kpse_path_search (kpse_init_path (NULL, DEFAULT_FIG_PATH,
  29.                                            KPSE_TEX_ENVS,NULL),
  30.  
  31.   The last argument of kpse_init_path must be NULL as a sentinel after
  32.   a names list of environment variables. 
  33.  
  34. 2.  (Minor)
  35.   The man page xdvik-1.7/xdvik/xdvi.1 explains option "-debug".
  36.   I think this should be "-d".
  37.  
  38.  
  39. With thanks for your work,
  40. sincerelly yours,
  41.    Rob V. van Zanten